home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / CHIPS5.IN_ / chips5.inf
Encoding:
Windows Setup INFormation  |  1999-08-26  |  2.3 KB  |  102 lines

  1. ; chips5.inf
  2. ;
  3. ; Installation inf for the C&T drivers
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%MS%
  9. LayoutFile=layout.inf
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}                                                                       
  11. Class=Display
  12. DriverVer=08/25/1999,5.0.01.0137                                                                                                          
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir   = 11
  16. chips5x.Miniport  = 12  ; drivers
  17. chips5x.Display   = 11  ; system32
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %Chips% = Chips.Mfg
  25.  
  26. [Chips.Mfg]
  27. %Chips% 65548  = chips5x, PCI\VEN_102C&DEV_00DC
  28. %Chips% 65550  = chips5x, PCI\VEN_102C&DEV_00E0
  29. %Chips% 65554  = chips5x, PCI\VEN_102C&DEV_00E4
  30. %Chips% 65555  = chips5x, PCI\VEN_102C&DEV_00E5
  31. %Chips% 68554  = chips5x, PCI\VEN_102C&DEV_00F4
  32. %Chips% 69000  = chips5x, PCI\VEN_102C&DEV_00C0
  33. ;
  34. ; General installation section
  35. ;
  36.  
  37. [chips5x]
  38. CopyFiles=chips5x.Miniport, chips5x.Display
  39.  
  40. ;
  41. ; File sections
  42. ;
  43.  
  44. [chips5x.Miniport]
  45. chipsm5.sys
  46.  
  47. [chips5x.Display]
  48. chipsd5.dll
  49.  
  50. ;
  51. ; Software Installation
  52. ;
  53.  
  54. [chips5x.SoftwareSettings]
  55. AddReg = chips5x_SoftwareDeviceSettings
  56.  
  57. [chips5x_SoftwareDeviceSettings]
  58. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, chipsd5
  59. HKR,, VgaCompatible,               %REG_DWORD%,    1
  60.  
  61. ;
  62. ; Service Installation
  63. ;
  64.  
  65. [chips5x.Services]
  66. AddService = chips, 0x00000002, chips5x_Service_Inst, chips5x_EventLog_Inst
  67.  
  68. [chips5x_Service_Inst]
  69. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  70. StartType      = 1                  ; SERVICE_SYSTEM_START
  71. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  72. LoadOrderGroup = Video
  73. ServiceBinary  = %12%\chipsm5.sys
  74.  
  75. [chips5x_EventLog_Inst]
  76. AddReg = chips5x_EventLog_AddReg
  77.  
  78. [chips5x_EventLog_AddReg]
  79. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\chipsm5.sys"
  80. HKR,,TypesSupported,0x00010001,7
  81.  
  82.  
  83. [Strings]
  84.  
  85. ;
  86. ; Non-Localizable Strings
  87. ;
  88.  
  89. REG_SZ         = 0x00000000
  90. REG_MULTI_SZ   = 0x00010000
  91. REG_EXPAND_SZ  = 0x00020000
  92. REG_BINARY     = 0x00000001
  93. REG_DWORD      = 0x00010001
  94. serviceroot    = System\CurrentControlSet\Services
  95.  
  96. ;
  97. ; Localizable Strings
  98. ;
  99.  
  100. Chips = "Chips And Technologies"
  101. MS="Microsoft"
  102.